home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / Tools / nShell™ 1.0.3 / MoreSource / gestalt.π.rsrc / gestalt.π.rsrc.rsrc / TEXT_16000_man general.txt next >
Encoding:
Text File  |  1994-09-22  |  666 b   |  25 lines

  1.  
  2. NAME
  3.  
  4. gestalt - display system gestalt information
  5.  
  6. SYNOPSIS
  7.  
  8. gestalt [-d] OSType [OSType...]
  9.  
  10. DESCRIPTION
  11.  
  12. This command displays response codes from the system Gestalt call.  This call is used to test the version or availability of system resources.  As an example, the command "gestalt sysv" will display the version of your system software.
  13.  
  14. The OSType selectors must be specified as four character strings, as in sysv or "os  ".  Quotes are required when the selectors contain spaces.
  15.  
  16. The return codes are displayed as hexadecimal values, unless a -d option is specified.
  17.  
  18. OPTIONS
  19.  
  20. -d    Display the response codes in decimal.
  21.  
  22. RETURN CODES
  23.  
  24. <0    Error
  25. 0    Success